ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / OnClientItemChecked Property

In This Topic
    OnClientItemChecked Property
    In This Topic
    Occurs when the current item is checked or unchecked.
    Syntax
    'Declaration
     
    Public Property OnClientItemChecked As String
    public string OnClientItemChecked {get; set;}
    See Also